/*****通用编码******/
* {
	margin: 0;
	padding: 0;
}
html {
	-webkit-text-size-adjust: none;/*只针对低版本谷歌*/
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* Firefox */
}
*, :after, :before {
	box-sizing: inherit;
	-moz-box-sizing: inherit; /* Firefox */
}
body, ol, table, tr, td, ul, li, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: "Segoe UI", "Microsoft Yahei", 微软雅黑, STXihei, 华文细黑, Helvetica, Arial, Tahoma, sans-serif, \5b8b\4f53;
	line-height: 1.5;
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0
}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
body{color: #666;_overflow: hidden;line-height: 1.5;overflow-x: hidden;background: #fff;width: 100%;*cursor: default;}
img{border:none;vertical-align: middle;}
ul,ol,li,form, dl {list-style: none;}
p{margin:0px; padding:0px;}
/*-------给a加时间过渡、清除默认样式---------*/
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #666;
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
}
a:hover {
	color: #0b9eff;
}
a:active, a:hover {
	text-decoration: none
}
a, area, a:active {
blr:expression(this.onFocus=this.blur());
}
:focus {
	-moz-outline-style: none;
}
/*在浏览器拖动鼠标颜色*/
::selection {
	color: #fff;
	background-color: #1883ff;
}
::-moz-selection {
color: #fff;
background-color: #1883ff;
}
/*更改浏览器滚动条颜色兼容*/
html, body {
	/*更改ie内核滚动条颜色*/
	scrollbar-face-color: #125cb3;
	scrollbar-highlight-color: #125cb3;
	scrollbar-shadow-color: #125cb3;
	scrollbar-3dlight-color: #125cb3;
	scrollbar-arrow-color: #222;
	scrollbar-track-color: #222;
	scrollbar-darkshadow-color: #125cb3;
}
/*更改-webkit-内核滚动条样式*/
::-webkit-scrollbar {
width:8px;
height: 8px;
background-color: #fcfcfc;
}
::-webkit-scrollbar-track {
border-radius: 10px;
background-color: #fcfcfc;
}
::-webkit-scrollbar-thumb {
border-radius: 10px;
background-color: #bfc3c6;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
/*-------表单居中、清理描边---------*/
input, button, select, textarea {
	outline: none
}
input, select, textarea, button {
	vertical-align: middle
}
button {
	border: 0 none;
	background-color: transparent;
	cursor: pointer
}
input[type=submit] {
	cursor: pointer;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
/*----- 表格重置-----*/
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
caption {
	display: none;
}
/*----- clearfix-----*/
.clearfix {
*zoom:1;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/*----- 超出省略号///-----*/
.toe {
	word-break: keep-all;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/**font-size**/
.f12{
  font-size: 12px;
}
.f14{
  font-size: 14px;
}
.f16{
  font-size: 16px;
}
.f18{
  font-size: 18px;
}
.f20{
  font-size: 20px;
}
.f22{
  font-size: 22px;
}
.f12{
  font-size: 12px;
}
.f24{
  font-size: 24px;
}

/**font**/
@font-face {
  font-family: 'iconfont';  /* project id 846300 */
  src: url('http://at.alicdn.com/t/font_846300_wxysqvr96y.eot');
  src: url('http://at.alicdn.com/t/font_846300_wxysqvr96y.eot?#iefix') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_846300_wxysqvr96y.woff') format('woff'),
  url('http://at.alicdn.com/t/font_846300_wxysqvr96y.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_846300_wxysqvr96y.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.header{background: url(../images/hbg.jpg) no-repeat  center 0; position: relative; z-index: 5;}
/**welcom**/
.wel{
  width: 100%;
  line-height:34px;
}
.wel p,.wel p a{
  color: #6d6d6d;
}
.wel p{
  line-height: 34px;
	padding: 0;
}
.wel p:last-child{
  text-align: right;
}
.wel p a i{margin-right: 5px;margin-left: 20px;}

/**top**/
.logo{height: 140px;padding: 0;
  background: url(../images/logo.png) no-repeat 0 center;
}
.logo a{display: block; width: 100%;height: 100%; text-indent:-9999em;}
.slogan{line-height:1.8; border-left:1px solid #9a9a9a;margin-top:50px;margin-left: -1px;}
.slogan p{font-weight: 700;}
.slogan span{color:#0091de;}
.slogan p.p2{text-indent:1em;}
.hot-phone{position:relative; padding-left:100px;margin-top: 38px;text-align: right;padding-right: 0;}
.hot-phone i{color:#0086c6;font-size:60px;position:absolute;left:30px;top:-10px}
.p-title{color:#747474;text-align: left;}
.p-tel-num{text-align: left;font-family:"Impact";font-size: 30px; color:#0086c6;}

/**pcnav**/
.pcnav{
  width: 100%;
  height:82px;
  margin-top: -5px;
  background: url(../images/nav-bg.png) no-repeat center 0;
}
.bs-docs-featurette{margin: 0 auto; overflow: visible;}
.pcnav .bs-docs-featurette{padding-top:7px;}
.bs-docs-featurette .container{padding: 0;}
.pcnavinfo{
  width: 100%;
  height:67px;
  line-height:67px;clear: both;
}
.pcnavinfo li{
  float: left;
  text-align: center;
	position: relative;
}
.pcnavinfo li a{
  display: block;
	height:67px;
	line-height: 67px;
	width: 146px;
  color: #fff;transition: all ease .3s;-webkit-transition: all ease .3s;
}
.pcnavinfo li ul {z-index: 999;}
.pcnav>ul>li:first-child >a{color: #fff;background: #035084;}
.pcnavinfo li:hover>a {color: #fff;background: #035084;}
.pcnavinfo li.selected a {color: #fff;background: #035084;}
.pcnavinfo li ul {position: absolute;top:67px;left: 0;width:146px;visibility: hidden;transition: all ease .3s;-webkit-transition: all ease .3s;transform: translateY(20px);-webkit-transform:  translateY(20px);opacity: 0;}
.pcnavinfo li:hover ul {visibility: visible;opacity: 1;transform: translateY(0);-webkit-transform:  translateY(0);box-shadow: 0 2px 5px rgba(0, 0, 0, .5)}
.pcnavinfo li ul li a {display: block;font-size: 14px;background: #0667aa;color: #fff;height: 47px;line-height: 47px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pcnavinfo li ul li a:hover {background: #035084;color: #fff;}

/*移动菜单折叠*/
.nav-toggle{ width: 30px; height: 42px;float: right;cursor: pointer;position: relative;margin-right: 6px;}
.nav-toggle .line{display: block;width:30px;height: 1px;background: #999;position: absolute; right: 0;  transition: all ease-in-out .5s; -webkit-transition: all ease-in-out .5s; -moz-transition: all ease-in-out .5s;}
.nav-toggle .line1{top:20px;}
.nav-toggle .line2{top:30px;}
.nav-toggle .line3{top:40px;}
.nav-toggle.active .line1{transform: rotate(45deg) translate(2px,12px);-webkit-transform: rotate(45deg) translate(2px,12px);-moz-transform: rotate(45deg) translate(2px,12px);}
.nav-toggle.active .line2{transform: translateX(100%);-webkit-transform: translateX(100%);-moz-transform: translateX(100%);opacity: 0;}
.nav-toggle.active .line3{transform: rotate(-45deg) translate(2px,-12px);-webkit-transform: rotate(-45deg) translate(2px,-12px);-moz-transform: rotate(-45deg) translate(2px,-12px);}

/*移动端导航*/
.nav-bar{display: none;padding: 0 25px 0;position: fixed; width: 100%;left: 0; bottom: 0;top:60px; background-color:#fff;}
.nav-bar.active{display: block;}
.navbar-nav{margin: 0;padding-top: 10px}
.navbar-nav ul {
	display: none
}
.navbar-nav li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.navbar-nav input[type=checkbox] {
	position: absolute;
	opacity: 0
}
.navbar-nav label, .navbar-nav a {
	position: relative;
	display: block;
	padding: 18px 18px 18px 32px;
	box-shadow: inset 0 -1px #eee;
	font-size: 1.6rem
}
.navbar-nav label::before,.navbar-nav a::after {
  /* icons */
  /*content: '\e600';*/
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
	color: #f00;font-size:16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar-nav label {
  cursor: pointer;
}
.navbar-nav label::before{
  background-repeat: no-repeat;
}
.navbar-nav label::before {
  /* arrow icon */
  left: 18px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

/**banner**/
.banner{
  width: 100%;
  overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: -8px
}
.banner img{
  width: 100%;
  height: auto;
}
.banner .swiper-button-next,.banner .swiper-button-prev{
  width: 40px;
  height: 40px;
  background: rgba(0,83,194,.3);
  text-align: center;
  line-height: 40px;
}
.banner .swiper-button-next i,.banner .swiper-button-prev i{
  color: #fff;
  font-size: 30px;
}
.banner .swiper-button-next{right: 10%;}
.banner .swiper-button-prev{left: 10%;}


/**关键词**/
.search-box{
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #f0f0f0;
  line-height: 60px;
}
.hot-keywods{
  float: left;
  width: 60%;
  color: #333;
	line-height: 60px;
}
.hot-keywods a{
  color: #6c6c6c;
  font-size: 12px;
  font-family: simsun;
  padding: 0 10px;
}
.hot-keywods a:hover{text-decoration: underline;}
.search-box form{
  float: right;margin-top:13px;
}
.search-box .keytext{ width: 285px; height: 35px;line-height: 26px; color: #505050; float: left; padding: 5px 40px 5px 15px; border-radius: 13px; background: url(../images/s-bg.png) no-repeat left center; vertical-align: middle;border: none;}
.srch-btn{ width: 100px; height: 35px; float:left; margin-left: -35px;cursor: pointer;vertical-align: middle; background-color:#00a1da; border-radius:0 13px 13px 0;color: #fff;}
.srch-btn i{
  color: #fff;
  font-size:18px;vertical-align:-2px;padding-left:10px;
}
/*产品中心*/
.pro-box{ padding:20px 0 0;}
.pro-l{padding-left: 0;height: 612px;}
.pro-l h2{height:90px; background: url(../images/t-bg1.jpg) no-repeat center center; background-size:cover;margin-bottom: 20px}
.pro-l h2 a{display: block; text-indent: -9999em;height: 100%;}
.pro-l ul{ background-color:#0071cd;height:612px;}
.pro-l ul li.pro-ctgy{margin: 0 15px; border-bottom: 1px solid #00538b;position: relative;cursor: pointer;}
.pro-l ul li.pro-ctgy:after{position: absolute;content: "";height: 1px; background-color: #0d7fcb;font-size: 0;left: 0;bottom:-2px;width: 100%;}
.pro-l ul li.pro-ctgy:last-child,.pro-l ul li.pro-ctgy:last-child:after{border-bottom: none;}
.pro-l ul li.pro-ctgy .link{color: #fff;font-size: 16px; padding:8px 15px 8px 42px;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.pro-l ul li.pro-ctgy.show .link{background-color:#ff9000; border-radius:19px;}
.pro-l ul .link i{font-size:14px;position: absolute;top:11px;left: 12px;-webkit-transition:all .4s ease;-o-transition:all .4s ease;transition:all .4s ease}
.pro-l ul .link i.i-fold{margin:0 6px;font-size: 12px;}
.pro-l ul .link i.i-chevron-down{font-size: 12px;right: 12px;left: auto;}
.pro-l ul li.pro-ctgy.show i.i-chevron-down{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.pro-l ul li.pro-ctgy .submenu{display: none;}
.pro-l ul li.pro-ctgy.show .submenu{display: block;}
.pro-l ul li.pro-ctgy .submenu dd{border-bottom: 1px solid #00538b;position: relative;}
.pro-l ul li.pro-ctgy .submenu dd:after{position: absolute;content: "";height: 1px; background-color: #0d7fcb;font-size: 0;left: 0;bottom:-2px;width: 100%;}
.pro-l ul li.pro-ctgy .submenu dd:last-child,.submenu dd:last-child:after{border-bottom: none;}
.pro-l ul li.pro-ctgy .submenu dd a{display:block;text-decoration:none;color:#d9d9d9;padding:12px;padding-left:42px;-webkit-transition:all .25s ease;-o-transition:all .25s ease;transition:all .25s ease}
.pro-l ul li.pro-ctgy .submenu dd a:hover{color:#ff9000;}

.pro-r{padding: 0;}
.pro-dl{ margin-bottom: 8px;padding: 0; color: #fff;}
.pro-dl dl{position: relative;border:1px solid #ececec;}
.pro-dl dd{position: absolute;left: 0;bottom: 0;padding: 7px 15px 10px; width:100%; background-color: rgba(0,0,0,0.4)}
.pro-dl dd p strong{display: block;font-size: 18px;}
.pro-dl dd p strong a{font-weight: 700;}
.pro-dl dd a{color: #fff;}
.pro-dl dd em{ margin-top:10px;height: 30px;display: block; line-height: 30px;text-align: center;border:1px solid #fff; border-radius: 18px;}
.pro-dl dd em a{height: 30px;display: block; line-height: 30px;}
.pro-r ul{padding: 0;width: 101.6%}
.pro-r ul li{padding-left: 0;position: relative;line-height: 0;overflow: hidden;}
.pro-r ul li em{position: absolute;left: 0;bottom:0; width:93.4%;display: block; text-align: center;color: #fff; background-color: rgba(0,0,0,0.4);line-height: 36px;padding: 0 15px;}

.pro-list1 li{margin-bottom:25px;}
.pro-list1 li .pro-img{padding: 0;border: 1px solid #d5d5d5;}
.pro-title{font-weight: 700;color: #000;font-size:1rem;}
.pro-info{padding-right: 0;padding-top:3px;}
.pro-det{color: #7c7c7c;line-height: 1.8;}
.pro-list1 li .more{text-align: center;line-height:24px;margin-top:3px;}
.pro-list1 li .more a{color:#f06c01;}

/*m products*/
.m-products{background-color:#f5f5f5;}
.m-thd{text-align: center;padding:10px 0;}
.m-thd h4{font-size:1.625em;color: #0071cd;font-weight: 700;}
.m-thd span{text-transform: uppercase;display: block;}
.m-products .m-cbd{margin-left: -15px;}
.m-products .m-cbd li{padding: 0;background-color: #fff; border-left:15px solid #f5f5f5;border-bottom:15px solid #f5f5f5;}
.m-products .m-cbd li h4{font-size: 16px; color:#383838;padding: 0 12px;line-height: 2}
.m-products .m-cbd li p{padding:0 12px 12px; color: #989898;}

/*mobile ad*/
.m-ad{clear: both;background-color: #0071cd; color: #fff;padding: 20px 0}
.m-ad h3{font-size:16px;font-weight: 700;margin-bottom: 5px;}
.mad-l{padding:0 0 0 15px;border-right: 1px solid #66aae1;}
.mAd-icon{padding: 0;}
.mAd-icon i{font-size:36px;}
.mAd-tel{padding:0;}
.mAd-tel span{display:block;color: #66aae1;}
.mAd-tel a{display: block;color: #fff;font-size:24px;font-weight: 700;vertical-align: top;}
.mad-r{ text-align: center;padding-right: 0}
.mad-r a{display: inline-block;margin-top:25%; background-color: #fff;border-radius: 5px; padding:3px 12px; color: #fc9220;font-size: 16px;}

/*cases*/
.cases{background-image:url(../images/bg1.jpg);background-repeat:no-repeat; padding-bottom: 40px;background-position-x:50%;}
.cases .container{padding: 0}
.title-box{color: #0067ac; width: 350px; margin: 50px auto;text-align: center;position: relative;}
.title-box .en-title { text-transform: uppercase; font-size: 12px; position: absolute; padding: 0 10px; top: -9px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); background-color: transparent; z-index: 3; }
.title-box .cn-title { font-size: 36px; font-weight: bold; border-top: 1px solid #0067ac; border-bottom: 1px solid #0067ac; padding: 4px 0 7px; }
.title-box .sub-title { color: #333; font-size: 20px; margin-top: 5px; }
.title-box .cc-tt{background-color: #b7d7f1;}

.case-tab { height: 42px;text-align: center;margin-bottom: 30px;}
.case-tab li { width: 155px; margin-right: 23px; line-height: 0px;text-align:center;display:inline-block;}
.case-tab a { display: inline-block; width: 155px; height: 42px; color: #fff; font-size: 18px; line-height: 42px; border-radius: 20px; background-color: #646464; }
.case-tab li a:hover,.case-tab li.cur a { background-color: #ff9000; }
.cs-tab-cont dl { background: #fff;float: left;padding:0}
.cs-tab-cont dt {padding: 0; height: 227px; overflow: hidden; float: left; }
.cs-tab-cont dt img { height: 227px; -webkit-transition: all ease .3s; transition: all ease .3s; }
.cs-tab-cont dd {padding: 20px 20px 0; height: 227px; float: left; overflow: hidden; -webkit-transition: all ease .3s; transition: all ease .3s; }
.cs-tab-cont dd h3 { font-size: 18px; height: 54px; line-height: 54px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.cs-tab-cont dd h3 a { color: #494949; }
.cs-tab-cont dd p { color: #8d8d8d; line-height:200%;}
.cs-tab-cont dd i { display: block; margin-top: 15px;}
.cs-tab-cont dd i a { display: inline-block; width: 27px; height: 27px; border-radius: 50%;color: #b1b5b8; -webkit-transition: all ease .3s; transition: all ease .3s;font-size:20px;}
.cs-tab-cont dl:nth-child(3) dt { float: right; }
.cs-tab-cont dl:nth-child(3) dd { float: right; }
.cs-tab-cont dl:nth-child(4) dt { float: right; }
.cs-tab-cont dl:nth-child(4) dd { float: left; }
.cs-tab-cont dl:hover img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.cs-tab-cont dl:hover dd { background-color: #fafafa; }
.cs-tab-cont dl:hover i a { -webkit-transform: translateY(10px); transform: translateY(10px);color: #0667aa; }

/*mobile cases*/
.m-cases{border-bottom:15px solid #f5f5f5}
.m-cases-list dl{padding: 0;margin-bottom: 20px;}
.m-cases-list dt{padding: 0;}
.m-cases-list dd{padding: 0}
.m-cases-list dd h3{padding: 0 10px;font-size:18px;}
.m-cases-list dd h3 a{color:#383838;}
.m-cases-list dd p{padding:8px 12px 10px;color: #989898;}
.m-cases-list dd i{margin-left:12px}
.m-more{text-align: center;padding:0 0 20px}
.m-more a{color: #ff9000;font-size:16px;}

/*advantage*/
.advantage{background: url(../images/bg2.jpg) no-repeat center 0;}
.advantage .container,.about .container,.news .container{padding: 0}
.adv-title{margin-top:55px;position: relative;height: 107px;background: url(../images/t-bg2.png) no-repeat center 0;color: #fff;}
.adv-title p{width: 44%; float: left;text-align: right;font: bold 34px/107px "Microsoft Yahei";font-style: italic;}
.adv-title span{float: right; margin-top: 32px; display: block; width:44%;font: bold 30px/75px "Microsoft Yahei";font-style: italic;}
.adv-title i{float: left;width:12%;text-align: right;margin-top:30px; display: block;color: #ff9000;font-size:50px;font-weight: 700;font-style: italic;}
.adv-content{position: relative;height: 1530px;overflow:hidden}
.advantage dl{position: absolute;overflow: hidden; width: 520px;}
.advantage dl dt{overflow: hidden;margin-bottom: 22px;}
.advantage dl dt img{ float: left; width: 65px;height: 65px;max-width: 100%; vertical-align: middle;}
.advantage dl dt p{ float: right; width: 445px;color: #ff9000;font: bold 18px/28px "Microsoft Yahei"}
.advantage dl dt p b{color: #0071cd;display: block;font: bold 30px/38px "Microsoft Yahei"}
.advantage dl dd{overflow:hidden;}
.advantage dl dd span{ display: block; padding-left:70px; color: #666;font: 16px/40px "Microsoft Yahei"; background:url(../images/adv_ico.png) no-repeat 53px 16px;}
.advantage dl dd span em{color:#0067ac; font-weight: 700;}
.advantage dl.adv1{right: 0;top:80px;}
.advantage dl.adv2{left: 0;top:500px;}
.advantage dl.adv3{right: 0;top:720px;}
.advantage dl.adv4{left: 0;top:1074px;}
.adv-i1{position: absolute;left:30px;top:40px;overflow: hidden;}
.adv-i2{position: absolute;right: 0;top:320px;overflow: hidden;}
.adv-i3{position: absolute;left: 0;top:725px;overflow: hidden;}
.adv-i4{position: absolute;right:40px;top:995px;overflow: hidden;}

/*mobile cooperation*/
.m-cooperation {padding-bottom: 20px;border-bottom:15px solid #f5f5f5}
.m-coop-list .coop-li img{width:99%; border: 1px solid #e5e5e5;}
.m-cooperation .swiper-button-prev{left:0}
.m-cooperation .swiper-button-next{right: 0}
.m-cooperation .swiper-button-next,.m-cooperation .swiper-button-prev{background: none!important;width:32px;height: 32px;margin-top: -16px;}
.m-cooperation .swiper-button-next i,.m-cooperation .swiper-button-prev i{color:#ff9000;font-size:32px;line-height: 32px;}

/*about*/
.about{width: 100%; clear: both;background-image: url(../images/bg3.jpg);background-repeat:no-repeat;background-position-x:50%}
.about .title-box .cc-tt{background-color: #e6eff8}
.about-img{margin-bottom: 20px;}
.about-desc{text-align: justify;margin-bottom:20px;}
.about-desc h4{padding-bottom: 10px;border-bottom: 1px solid #e0e0e0;margin-bottom: 10px}
.about-desc h4 a{color: #000;font-size: 18px; font-weight: 700;;}
.about-desc p{text-indent: 2em;line-height: 2;}

.about-adv{text-align: center; clear: both;}
.about-adv li div{margin: 0 auto;border-radius: 50%;width:5.5rem; height:5.5rem; border:1px solid #fc9220;background-color: #fff;position: relative;}
.about-adv li i{font-size:30px;display: block;color: #fff;width:4.8rem;height:4.8rem; background-color:#fc9220;border-radius: 50%; line-height:4.8rem;position: absolute; margin:auto; left: 0;right: 0;top: 0;bottom: 0}

/*荣誉图片轮播*/
.tab-photo{clear:both;margin-bottom: 30px;}
.tab-pho-li { margin-bottom: 23px; width: 1170px; border-bottom: 1px solid #b2c2c9; overflow: hidden; height: 47px; }
.tab-pho-li span { display: block; font-size: 16px; line-height: 47px; }
.tab-pho-li span a { color: #0067ac; }
.tab-pho-li ul { margin-left: 346px; }
.tab-pho-li li { float: left; margin-right: 3px; height: 47px; text-align: center; overflow: hidden; line-height: 0px; }
.tab-pho-li li a { display: inline-block; font-size: 20px; line-height: 47px; width: 163px; color: #fff; height: 47px; overflow: hidden; background: #656565; }
.tab-pho-li li a:hover, .tab-pho-li .cur a { text-decoration: none; background: #ff9000; }
.tab-pho-li .nones { background: none; }
.pho-roll1,.pho-roll2 { margin-top: 46px; width: 30px; height: 84px; overflow: hidden; }
.pho-roll1 a,.pho-roll2 a { display: block; width: 30px; height: 84px;line-height: 84px;text-align: center;background-color:#ff9000;color: #fff;}
.pho-roll1 a i,.pho-roll2 a i{font-size:24px;}
.pho-roll1 { float: left; }
.pho-roll2 { float: right; }
.tab-photo .slide_c { width: 1080px; float: left; margin-left: 20px; overflow: hidden; }
.tab-photo .slide_c ul li { margin-right:10px; width: 260px; line-height: 0px; float: left; }
.tab-photo .slide_c ul li img{width: 100%;height:185px;}
.tab-photo .slide_c ul .nones { margin-right: 0px; }

/*mobile honor*/
.m-honor{padding:0 40px;margin-bottom:30px}
.honor-li img{width: 100%;}
.m-honor .swiper-button-prev{left:0}
.m-honor .swiper-button-next{right:0}
.m-honor .swiper-button-next,.m-honor .swiper-button-prev{background: none!important;width:32px;height: 32px;margin-top:16px;}
.m-honor .swiper-button-next i,.m-honor .swiper-button-prev i{color:#ff9000;font-size:32px;line-height: 32px;}

/*news*/
.news{padding-bottom:45px;}
.news-box{padding-left: 0}
.news-box:last-child{padding-left: 15px;padding-right: 0}
.news-tit { margin:20px auto 15px; height: 60px;line-height: 60px;border-bottom: 1px solid #e0e0e0;}
.news-tit strong { font-size: 30px; font-weight: normal;display: inline-block;position: relative;}
.news-tit strong:after{content: "";width: 126px; height:2px; background-color: #0071cd;position: absolute; left: 0; bottom:-14px;}
.news-tit a { font-size: 16px; color: #0067ac; float: right;line-height: 60px;}
.picNews-box{padding-bottom: 10px;border-bottom: 1px solid #ececec;}
.newsImg{padding: 0}
.newsTxt{padding-right: 0;}
.picNews-box h4{margin-bottom:5px}
.picNews-box h4 a{font-size: 18px;color:#0067ac;font-weight: 700;}
.picNews-box p{font-size: 14px; margin-bottom: 5px;color: #666;text-align: justify;}

.newsList-box{margin: 10px 0;}
.newsList-box li{overflow: hidden; white-space: nowrap;text-overflow: ellipsis; padding-left: 15px; margin-bottom: 10px;font-size: 14px;background: url(../images/news_li.png) left center no-repeat / 5px auto;}
.newsList-box li a{color: #666;}
.newsList-box li a:hover{color: #0071cd;}
.newsList-box li span.time{ float: right;color: #9f9e9e;}

.topMarquee { width: 100%; }
.topMarquee .marCont { width: 100%; margin: 0 auto; }
.topMarquee .marCont .pList { width: 100%; }
.topMarquee .marCont .pList li { width: 100%; list-style-type: none; padding: 10px; }
.topMarquee .marCont .pList li h3 { width: 100%; height: 50px; line-height: 50px; color: #333; font-weight: normal; border-bottom: 1px solid #d9d9d9; }
.topMarquee .marCont .pList li h3 i { width: 22px; height: 50px;line-height: 50px;font-size:22px; color:#0071cd; float: left; margin-right: 10px; }
.topMarquee .marCont .pList li h3 span { float: left; display: block; font-size: 18px; }
.topMarquee .marCont .pList li h3 a{color: #0071cd;}
.topMarquee .marCont .pList li h3 a:hover { text-decoration: underline; color: #0067ac; }
.topMarquee .marCont .pList li p { font-size: 14px; color: #666; line-height: 1.5; }
.topMarquee .marCont .pList li p b { display: none; }
.topMarquee .marCont .pList li p span { display: block; padding: 20px 0 10px 30px; width: 95%; line-height: 2;}
.topMarquee .marCont .tempWrap{height:316px!important;}

/*次页*/
.content{background-color:#ebebeb;}
.content .container{padding: 0 0 20px 0;}
.path{background-color:#f5f5f5; border-bottom: 1px solid #e4e4e4;color: #666; padding: 10px 0;line-height: 24px;margin-top: -8px;}
.path i{font-size:20px;padding-right: 12px;}

/*搜索*/
.srch-result p{padding-left: 0;}
.srch-form{padding: 0}
.srch-form form{float: right;}
.srch-form .keytext{ width: 285px; height: 35px;line-height: 26px; color: #505050; float: left; padding: 5px 40px 5px 15px; border-radius: 13px; background: url(../images/s-bg.png) no-repeat left center; vertical-align: middle;border: none;}
.srch-form .srch-btn{ width: 100px; height: 35px; float:left; margin-left: -35px;cursor: pointer;vertical-align: middle; background-color:#00a1da; border-radius:0 13px 13px 0;color: #fff;border: none;}
.srch-form .srch-btn i{
  color: #fff;
  font-size:18px;vertical-align:-2px;padding-left:10px;
}

.result-cont{padding-top:20px;}

.contL{padding-left: 0; padding-top: 20px;}
.contR{padding: 0; padding-top: 20px;}
.pageTit{padding: 12px 0;background-color:#0091de; color: #fff;text-align: center;font-size:26px;font-weight: 700;}
.sub-classfy{border: 5px solid #0091de;padding: 5px 10px;background-color: #fff;margin-bottom: 15px;}
.sub-classfy .subItem{cursor: pointer;}
.sub-classfy .subItem dl{display: none;}
.sub-classfy .subItem.show dl{display:block;}
.sub-classfy .link{height:46px;line-height: 46px;margin: 10px 0; font-size: 16px; padding-left:20px; color: #333; background:#f4f4f4 url(../images/ico16.gif) no-repeat 215px center;}
.sub-classfy .show .link{background:#0091de url(../images/ico15.gif) no-repeat 215px center;color:#fff;}
.sub-classfy .subItem .submenu dd{padding-left: 30px; line-height:2;}

.pageTit2{color: #fff;background-color:#0091de;font-size: 18px;text-align: center;padding-top: 13px;}
.pageTit2 i{font-size: 14px;display: block;line-height: 24px;text-transform: uppercase;height: 31px;}
.l-contact .pCont{padding:12px;margin-bottom: 20px;background-color:#fff;line-height: 2}
.l-phone{text-align: center;}
.l-phone strong{font-size: 24px;display: block;color: #ff9000}
.l-contact .pCont .xs{display: inline-block;height: 20px;width:42px;}

.sidebar{padding:20px 0 20px;}
.sidebar li{ float: left;margin-left: 15px;}
.sidebar li a{font-size:16px; line-height:48px;width: 160px; height: 48px; display:inline-block;text-align: center;background-color:#656565;color: #fff;overflow: hidden;}
.sidebar li a.on,.sidebar li a:hover{background-color:#ff9000}

.pro-list li{margin-bottom:15px;}
.pro-list li a{display: block;position: relative;border: 1px solid transparent;}
.pro-list li a:hover{border: 1px solid #e6e6e6;color: #495056;box-shadow: 0 0 5px 2px #e6e6e6}
.pro-pic,.pro-txt{padding:0;}
.pro-list img{width: 100%;}
.pro-list h2{font-size:16px;color: #495056;font-weight:700;padding:10px 0 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;}

.contR .pro-list{width:102%}
.contR .pro-list li{padding-left: 0;}
/*.contR .pro-list li a:hover{border-color:#0091de;}*/
.contR .pro-list li .pro-txt{ background-color:#e6e6e6}
.contR .pro-list li p{padding: 0 12px 12px;height:75px;overflow:hidden}


/*新闻列表*/
.news-list-box,.news-list-box2{margin:0 10px;background-color:#fff; }
.news-list-box li{padding:20px;border-bottom: 1px solid #f0f0f0;line-height: 0;overflow: hidden;-webkit-transition: all .35s;transition: all .35s;}
.news-list-box li:hover{box-shadow:0 0 15px 10px #f0f0f0;}
.news-img{overflow: hidden;padding: 0}
.news-img img,.read-img img{width: 100%;min-height: 100%;-webkit-transition: all .9s;transition: all .9s;}
.news-list-box li:hover img{-webkit-transform: scale(1.06);transform: scale(1.06);}
.news-text{display: block;text-align: left;padding-left: 20px; padding-right: 0}
.news-text h3{font-size:18px;line-height: 28px;padding: 3px 0 8px;color: #333;font-weight: 700;}
.news-text p{font-size: 14px;color: #666;line-height: 24px;height:48px; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all;word-wrap:break-word;margin-bottom:7px;}
.news-text>span{font-size: 14px;color: #888;}
.news-text p font:hover{text-decoration: underline;}
.news-list-box li:hover .news-text h3{color:#0086c6;}

.news-up-notice{background-color:#f2f2f2;overflow: hidden;margin:20px 10px}
.news-up-notice .nt-title{padding: 0}
.news-up-notice .nt-title span{display: block; width:70%; background-color:#ff9000;color: #223; font-size: 22px;line-height: 60px; font-weight: 700; text-align: center;position: relative;}
.news-up-notice .nt-title span:after{width: 0;content: "";right:-33px;position: absolute;border-bottom:30px solid transparent;border-top:30px solid transparent;border-left:33px solid #ff9000}
.news-up-notice .nt-cont{font-size: 16px;padding-right:30px;line-height: 56px;text-align: right;}
.news-up-notice .nt-cont a{background-color:#ed1e24;padding: 0px 12px; color: #fff;margin:4px 8px 0 4px;display: inline-block;line-height: 34px;font-size:18px;border-radius: 5px;}
.news-up-notice .nt-cont a i{font-size: 22px;margin-left: 5px;color:#ff9000}
.news-up-notice .nt-cont span{color: #ed1e24;font-weight: 700;font-size: 26px;}

.news-list-box2 li{padding-left: 15px;border-bottom: 1px dotted #e4e4e4;height:48px;line-height: 48px;font-size: 14px;background: url(../images/news-tico.jpg) no-repeat 15px center;}
.news-list-box2 li a{color: #010101;width: 80%; font-size: 16px;display: block;float: left; height:48px;line-height: 48px;padding-left:20px;}
.news-list-box2 li a:hover{color: #ed1e24;}
.news-list-box2 li span{float: right;color: #666}

.txt{padding:15px 10px;font-size: 16px;margin-bottom: 20px;background-color:#fff;}
.txt p{line-height:2;margin-bottom: 15px;}
.txt p a{ color: #ed1e24;}

/*新闻详情*/
.det-tt{ padding: 20px 0 15px; text-align: center; margin-bottom:15px;}
.det-tt h4{ font-size:20px; line-height: 28px;padding: 3px 0 10px; color: #333;font-weight: 700;}
.det-tt label{ color: #666;font-size: 12px;}
.det-bd{border-bottom: 1px solid #f0f0f0; padding-bottom:20px;line-height: 2;}
.det-bd img{ margin-top: 20px; margin-bottom: 20px; box-shadow:0 0 6px 3px #ddd;display:block;margin:0 auto;max-width:100%;height:auto!important}
.det-bd p{line-height: 2;}

.txt-notice{background-color: #f5f5f5; border-radius: 3px; padding:15px;overflow: hidden;margin-bottom: 20px;}
.txt-notice i{font-size:24px; color: #f0b000;margin-right: 5px;}
.txt-notice strong{font-weight: 700;color: #ed1e24;}
.txt-notice span,.txt-notice a{ color: #ed1e24;}

/*推荐产品*/
.tj-pro-list li{ margin:15px 0;text-align: center}
.tj-pro-list li h4{line-height: 2}

/*产品详情*/
.pro-pic-list{padding-left: 0;}
.pro-bigimg{width: 100%;}
.titlebox{color: #111;font-size: 24px;font-weight:700;line-height: 30px;overflow: hidden;margin-bottom: 10px;padding-top: 7px;}
.pro-p{margin-bottom:5px;line-height: 2;font-size: 16px;color: #333;}
.pro-p strong{font-weight: 700;color: #222;}
.btnbox a{float: left;text-align: center;font-size:18px;border-radius: 2px;height:42px;line-height:42px;}
.btnbox a i{font-size:24px;margin-right:10px;}
.btnbox a.orgbtn i{font-size: 26px;}
.btnbox a.orgbtn,.btnbox a.orgbtn:hover{color: #fff;background-color:#fd6c34;margin-right: 20px;}
.btnbox a.orgbtn:hover{background-color:#f95523;}
.freephonebtn,.freephonebtn:hover{background-color:#D90011;color: #fff;}

.pro-p-tel i{font-size: 32px;margin-right: 5px;}
.pro-p-tel span{font-size: 22px;color: #ed1e24;margin-right: 5px;}
.pro-p-tel a{font-size: 24px;font-weight: 700; color: #222;}
.pro-p-tel a strong{font-size:34px;}

.pro-pic-detail{margin-bottom: 20px;}
.titlediv{border-bottom:1px solid #e4e4e4;height:48px;line-height: 48px;font-size:24px; margin-bottom:15px;font-weight: 700;color: #d60004;}
.basic-info{padding: 0 20px 10px;}
.detail-txt{text-align: justify;overflow: hidden;}

/*次页-关于我们*/
.p-div{min-height: 80px;}
.about-content{background-image: url(../images/about-bg.jpg);background-color: rgb(67, 67, 67);opacity: 1;}
.page-about{margin-bottom:30px;}
.page-about-title{text-align: center;justify-content: center;-ms-flex-pack:center;-webkit-box-pack:center;font-family:"SiYuanBold";color: #333;box-sizing: border-box;margin-bottom: 30px;}
.page-about-title h3{font-size: 24px;box-sizing: border-box;padding-top:12px;}
.page-about-title strong{font-size: 24px;font-family:"Roboto";text-transform: uppercase; color: #ff9000;padding-right: 5px;font-weight: 700;padding-top:3px;letter-spacing: -1px;}
.page-about-title p{box-sizing: border-box;text-transform: uppercase;color: rgb(187, 187, 187);}

.p-about-l{padding: 0;}
.p-l-slogan{ width: 40px;position: relative;display: inline-block;float: left;height:360px;}
.p-div-title{position:  relative; width: 100%; left:  0px; right:  0px; min-height:  0px; -webkit-transform:  rotate(0deg) scale(1) translate(0%, 0%); -ms-transform:  rotate(0deg) scale(1) translate(0%, 0%); transform:  rotate(0deg) scale(1) translate(0%, 0%); transition:  all 0s ease; height:  70%; margin-top:  0px; margin-bottom:  0px; top:  0px; bottom:  0px; display:  -webkit-box; display:  -ms-flexbox; display:  flex; -webkit-box-pack:  start; -ms-flex-pack:  start; justify-content:  flex-start; -webkit-box-align:  center; -ms-flex-align:  center; align-items:  center;}
.p-div-title p{position:  absolute; bottom:  auto; left:-180px; width:  400px; margin-bottom:0px; margin-top:  0px; display:  inline-block; -webkit-transform:  rotate(-90deg) scale(1) translate(0px, 0px); -ms-transform:  rotate(-90deg) scale(1) translate(0px, 0px); transform:  rotate(-90deg) scale(1) translate(0px, 0px); transition:  all 0s ease; top:45px; text-transform:  uppercase; z-index:  0; font-family:  Oswald; color: #555;font-size:12px;}
.p-div-line{min-height:  0px; margin:  auto auto 0px; left:  0px; right:  0px; top:  0px; bottom:  0px; position:  absolute; display:  inline-block; height:  25%; width:  2px; background-color:#ff9000; }
.p-about-pic{padding: 0;width:93%; margin-top: 0px;}
.p-about-pic img{width: 100%;}

.p-about-name .p1{font-size: 20px;margin-bottom: 5px; color: #ff9000;text-transform:capitalize;}
.p-about-name .p2{color: #333;font-size: 24px;margin-bottom: 10px;font-weight: 700}
.p-about-cont p{line-height:2}

.cotact-cont{text-align: center;font-size:16px;line-height: 2;margin-bottom: 20px;}
.cotact-cont p{margin-bottom: 12px;}
.cotact-cont a.c-tel{font-weight: 700;color: #ed0000;font-size: 24px;}
.cotact-cont img{width:14%}
.cotact-cont a.ct-link{border:2px solid #e60012;display: inline-block; padding:5px 40px; background-color:  transparent; text-transform:  capitalize; font-family:  Oswald; font-size:  18px; -webkit-transform:  rotate(0deg) scale(1) translate(0%, 0%); -ms-transform:  rotate(0deg) scale(1) translate(0%, 0%); transform:rotate(0deg) scale(1) translate(0%, 0%); transition:  all 0.5s ease; color:  rgb(85, 85, 85); border-radius: 20px;margin-top:20px;margin-bottom: 20px;}
.cotact-cont a.ct-link:hover{background-color:#f11919;color: #fff;}

/*相关案例*/
.tj-case-list{padding-top:15px;}
.tj-case-list .pic-list-li{margin-bottom: 10px;border-bottom: 1px dashed #d9d9d9; padding-bottom:10px;}
.tj-case-list .pic-list-li:last-child{border-bottom:none}
.cs-pics{padding-left:0;}
.cs-txt{padding: 0}
.cs-txt h4{font-size: 16px;margin-bottom: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.cs-txt h4 a{color: #000;}
.cs-txt p{color: #666;line-height: 1.8}

/*分页*/
.page{margin:0 auto;padding:20px 0 50px;text-align: center;}
.page a{padding: 7px 13px;color: #666;font-size: 14px;margin: 0 2px;background-color: #efefef;}
.page a:hover,.page a.cur,.page a.on{background: #f76107;color: #fff;}
.page .active{background: #f76107;color: #fff;}

/*推荐阅读*/
.details-box{ padding: 0 20px; background-color: #fff; margin-bottom:20px;}
.det-tt2{border-bottom: 1px solid #f0f0f0;}
.det-tt2 span{font-size: 22px; color: #333;border-bottom: 1px solid #e60012; display: inline-block; top: 2px; padding: 15px 0;}
.tj-list{ padding: 12px 0 20px;overflow: hidden; width: 100%;}
.tj-list a{ display: block;padding-left: 0; font-size: 14px; color:#666; line-height: 33px;}
.tj-list a span{ display:inline-block; width: 3px; height: 3px; vertical-align: middle;margin: 0 5px; background-color: #e60012;}
.tj-list a:hover{text-decoration: underline;}

.turn-text{line-height: 1.8}
.tag-box{padding-top: 20px;}
.tag-box span{background-color: #E2523A; color: #fff; display:inline-block; height: 35px; line-height: 35px; margin-bottom: 10px; margin-right: 10px; padding: 0 15px; font-size: 14px;}
.tag-box a{ background-color: #666; color: #fff; display: inline-block;height: 35px; line-height: 35px; margin-bottom: 10px; margin-right: 10px; padding: 0 15px; font-size: 14px;}
.tag-box a:hover{background-color: #E2523A; color: #fff;}


/*返回顶部*/
.to-top{transition: all 1s linear;background: url(../images/totop.png) no-repeat 0 0 #0091de;width: 84px; height: 84px;text-indent: -9999em;z-index: 999;}

/*footer*/
.footWrap {background: url(../images/f_bg.png) no-repeat center top;position: relative;margin-top: 0;height: 348px;overflow: hidden;clear: both;margin-top: -15px;}
.footer {position: relative;margin: 0 auto;overflow: hidden;}
.footer em,.footer i {font-style: normal;}
.f_nav {height: 60px;overflow: hidden;text-align: center;font-size: 16px;line-height: 60px;}
.f_nav a {color: #fff;padding: 0 27px;display: inline-block;border-right:1px solid #fff;}
.f_nav a.nones {border-right: none;}
.f_con {margin-top: 40px;padding: 0;}
.f_logo {overflow: hidden;margin: 80px 0 0 0;}
.f_logo span {display: block;margin: 0 auto 11px;width: 121px;height: 78px;}
.f_logo img {width: 121px;height: 78px;}
.f_logo p {display: inline-block; vertical-align: top;margin-right: 10px; width: 103px;height: 117px;overflow: hidden;background: #80adcb;}
.f_logo p img {width: 87px;height: 86px;display: block;margin: 6px auto 0;}
.f_logo p i {display: block;text-align: center;color: #263139;line-height: 25px;}
.f_logo iframe{display:inline-block;vertical-align: top;}
.f_all {float: left;overflow: hidden;color: #fff;line-height: 30px;width: 35%}
.f_h3 {height: 46px;margin-bottom: 12px;font-size: 18px;font-weight: bold;line-height: 46px;color: #fff;border-bottom: 1px solid #fff;}
.f_h3 a {color: #fff;font-weight: 700;}
.f_all a {color: #fff;}
.f_all b {margin-left: 0px;font-size: 24px;line-height: 28px;}
.f_all em {display: block;margin-bottom: 4px;}
.f_all i {padding-right: 12px;}
.f_pro {float: left;width:15%;margin-left:5%;}
.f_pro .f_h3 img {padding-left: 10px;}
.f_pro ul li {line-height: 28px;}
.f_pro ul li a {color: #fff;}

/*LINK*/
.links{padding-top: 12px;line-height: 2;padding-bottom:10px;font-size:700;color:#fff;}
.links a{color: #fff;padding-right:12px;white-space: nowrap;font-size:400;}

/*mobile footer*/
.m-footer{text-align: center;background-color:#f5f5f5;margin-bottom:5rem; padding:15px;line-height: 2;}
.mNav-fixded{width: 100%;background-color:#0071cd;position: fixed;bottom: 0;left: 0;z-index:99;}
.mNav-fixded ul{padding:8px 0;}
.mNav-fixded li{text-align: center;border-right: 1px solid #3c94dc;}
.mNav-fixded a{color: #fff;}
.mNav-fixded li:last-child{border-right:none;}
.mNav-fixded i{display: block;font-size:2rem;height:2.625rem;}
.mNav-fixded li span{vertical-align: top;display:block;}


/*站点地图*/
.sheader{margin:30px auto 0;text-align: center;border-bottom:5px solid #0091de;}
.sheader .logo{height: 70px;margin-bottom:30px; background-size:contain;display:inline-block;width:320px;text-indent: -9999em;}
.sitemap-title{line-height:70px; color: #999;font-size:24px;vertical-align: top;font-weight:500;padding-left: 20px;border-left:1px solid #eaeaea;}
.scontent{width:980px;margin: 0 auto;}
.scontent .container{padding:0 15px;width: 100%;}
.schannel h2{margin:25px 0 30px;line-height: 15px;font-size: 20px;padding-left: 17px;border-left:5px solid #0091de;}
.schannel h2 a{font-weight: 700;color: #333;}
.subjects{background-color:#eee;margin-bottom: 12px;}
.schannel .subjects div{margin:20px 15px 15px;}
.subjects a{color: #333;font-size:16px;margin-bottom: 15px;padding-left: 0}

.sfootWrap{text-align: center;padding: 50px 0;}

@media(max-width:1200px) and (min-width:992px){
	.pcnav .container{width:100%}
	.pcnavinfo li{width:12.5%;}
	.pcnavinfo li a{width: 100%}
	.adv-content{height: 1490px;}
	.advantage .container{width: 100%;}
	.adv-i2{width: 44%;}
	.adv-i3{width: 43%;}
	.footer .container{width: 100%;}
}
@media(min-width:768px) and (max-width:992px){
	.header{background: none;}
	.top{ width: 100%; position: fixed;left: 0; top: 0; z-index: 100;background-color:#fff;border-bottom: 1px solid #f2f2f2;box-shadow:0 2px 12px rgba(0,0,0,.1)}
	.logo{background-size:contain;height:50px;margin:5px 0;}
	.bs-docs-featurette{width:auto}
	.bs-docs-featurette .container{width: auto;padding: 0 10px;}
	.navbar-nav{float: none;}
	.navbar-nav>li{float: none;}
	.banner{margin-top: 60px;}
	.m-products{display: block!important}
	.cases{display: none;}
	.m-cases{display: block!important}
	.advantage{display: none;}
	.about-adv{margin-bottom: 15px;}
	.about-adv li div{ width:9rem;height: 9rem;}
	.about-adv li i{ width:7.8rem;height:7.8rem;font-size:5rem;line-height: 7.8rem;}
	.about-adv li p{line-height: 2}
	.det-bd table,.detail-txt table{width:auto !important}
}
@media(max-width:760px){
	.header{background: none;}
	.wel{background-color: #ececec;}
	.top{ width: 100%; position: fixed;left: 0; top: 0; z-index: 100;background-color:#fff;border-bottom: 1px solid #f2f2f2;box-shadow:0 2px 12px rgba(0,0,0,.1)}
	.logo{background-size:contain;height:50px;margin:5px 0;}
	.bs-docs-featurette{width:auto}
	.bs-docs-featurette .container{width: auto;padding: 0 10px;}
	.banner{margin-top: 60px;}
	.pro-r ul{padding-left:2%}
	.about{background-image: none;border-bottom:15px solid #f5f5f5}
	.about-adv{padding-bottom:20px;border-bottom:15px solid #f5f5f5}
	.tab-photo{display: none;}
	.news-box,.news-box:last-child{padding: 0 15px;}
	.news-tit{height:52px;line-height:52px;}
	.news-tit strong{font-size:1.625em;font-weight: 700;color:#0071cd;}
	.news-tit a{line-height: 52px;}
	.content{margin-top:60px;}
	.content .container{padding: 0}
	.pro-list{margin-right:15px;}
	.pro-list li{padding-right: 0}
	.details-box{margin-bottom: 20px;}
	.pro-p-tel a{display: block;}
	.cs-txt p{max-height:48px; overflow: hidden}
	.basic-info{padding: 0 0 10px;}
	.news-text h3{font-size: 16px;}
	.news-up-notice .nt-title span{width: 32%}
	.det-bd img,.detail-txt img{max-width:90%;margin-left: auto; margin-right: auto;height: auto !important;}
	.det-bd table,.detail-txt table{width:auto !important}
	.contL{padding:15px 15px 0;}
	.contR{padding-top: 0}
	.sub-classfy{border:none}
	.sub-classfy .link,.sub-classfy .show .link{background-image:none;}
	.contR .pro-list{width:96%;}
	.contR .pro-list li{padding-left:15px;}
	.p-about-pic{padding: 0 15px;width: 100%;}
	.cotact-cont img{width:28%}
	.contR .pro-list li p{height: auto;}
	.to-top{bottom:84px;width: 60px;height: 60px; background-size: contain;}
	.srch-result{margin-top:60px;}
	.srch-form form{float: none;}
	.result-cont{margin-top: 0;}
	/*站点地图*/
	.sheader{margin-top:20px;}
	.sheader .logo{width:190px;height:42px;margin-top: 0;margin-bottom:20px;}
	.sheader span{font-size:18px;line-height:40px;}
	.scontent{width: 100%;}
}



.holder {
 
	text-align: center;
	padding-top: 35px;
border-top: 1px solid#ddd;margin-bottom: 30px;
}
#itemContainer{
min-height:434px!important;
}
.holder a {
font-size: 12px;
cursor: pointer;
margin: 0 5px;
color: #333;
padding:5px 8px;
	border: 1px solid #ddd;
	text-align:center;
}

.holder a:hover {
background-color: #222;
color: #fff;
}

.holder a.jp-previous { margin-right: 15px; }
.holder a.jp-next { margin-left: 15px; }

.holder a.jp-current, a.jp-current:hover {
color: #fff;
font-weight: bold;
background: #FF4242;
border-color:#FF4242;
}

.holder a.jp-disabled, a.jp-disabled:hover {
color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
cursor: default;

}

.holder span { margin: 0 5px; }


